regexp.Regexp.doMatch (method)
4 uses
regexp (current package)
exec.go#L513: func (re *Regexp) doMatch(r io.RuneReader, b []byte, s string) bool {
regexp.go#L525: return re.doMatch(r, nil, "")
regexp.go#L531: return re.doMatch(nil, nil, s)
regexp.go#L537: return re.doMatch(nil, b, "")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)